const crypto/tls.alertInternalError

54 uses

	crypto/tls (current package)
		alert.go#L48: 	alertInternalError                alert = 80
		alert.go#L85: 	alertInternalError:                "internal error",
		conn.go#L219: 		return alertInternalError
		conn.go#L1107: 		c.sendAlertLocked(alertInternalError)
		conn.go#L1221: 		return 0, alertInternalError
		conn.go#L1283: 		c.sendAlert(alertInternalError)
		conn.go#L1336: 		return c.in.setErrorLocked(c.sendAlert(alertInternalError))
		conn.go#L1595: 				a = alertInternalError
		ech.go#L593: 			c.sendAlert(alertInternalError)
		ech.go#L601: 			c.sendAlert(alertInternalError)
		handshake_client.go#L741: 			c.sendAlert(alertInternalError)
		handshake_client.go#L770: 		c.sendAlert(alertInternalError)
		handshake_client.go#L788: 		c.sendAlert(alertInternalError)
		handshake_client.go#L797: 			c.sendAlert(alertInternalError)
		handshake_client.go#L811: 				return c.sendAlert(alertInternalError)
		handshake_client.go#L830: 			c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L59: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L327: 			c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L332: 			c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L342: 			return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L453: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L457: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L497: 			return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L531: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L536: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L683: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L738: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L743: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L804: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L814: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L881: 		return c.sendAlert(alertInternalError)
		handshake_server.go#L163: 			c.sendAlert(alertInternalError)
		handshake_server.go#L238: 		c.sendAlert(alertInternalError)
		handshake_server.go#L267: 			c.sendAlert(alertInternalError)
		handshake_server.go#L295: 			c.sendAlert(alertInternalError)
		handshake_server.go#L304: 			c.sendAlert(alertInternalError)
		handshake_server.go#L720: 		c.sendAlert(alertInternalError)
		handshake_server.go#L753: 				return c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L150: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L258: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L263: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L426: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L431: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L515: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L780: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L785: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L806: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L861: 		return c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L876: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L918: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L923: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L1004: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L1097: 			return c.sendAlert(alertInternalError)
		quic.go#L368: 		a = alertInternalError